Use U+00D7 MULTIPLICATION SIGN and U+200A HAIR SPACE instead of plain
old 'x' and ' ', following https://wiki.gnome.org/Design/OS/Typography.
Sadly, many fonts don't have space variations, so Pango/harfbuzz fall
back to using the regular space glyph anyway.
"iso_dl",
"jpn_chou3",
"na_ledger",
- "iso_a3",
+ "iso_a3"
};
unit);
h = double_to_string (gtk_page_setup_get_paper_height (page_setup, unit),
unit);
- str = g_strdup_printf ("%s x %s %s", w, h, unit_str);
+ str = g_strdup_printf ("%s × %s %s", w, h, unit_str);
g_free (w);
g_free (h);